'Declaration<ExtensionAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function ValueType(Of TValue)( _ ByVal dataVariable As UADataVariable, _ ByVal ParamArray arrayDimensions() As Integer _ ) As UADataVariable
'UsageDim dataVariable As UADataVariable Dim arrayDimensions() As Integer Dim value As UADataVariable value = UADataVariableExtension.ValueType(Of TValue)(dataVariable, arrayDimensions)
[Extension()] [JetBrains.Annotations.NotNull()] public static UADataVariable ValueType<TValue>( UADataVariable dataVariable, params int[] arrayDimensions )
[Extension()] [JetBrains.Annotations.NotNull()] public: static UADataVariable^ ValueTypegeneric<typename TValue> ( UADataVariable^ dataVariable, ... array<int>^ arrayDimensions )
Parameters
- dataVariable
 - The data variable that will be modified and returned.
The value of this parameter cannot be
null(Nothingin Visual Basic). - arrayDimensions
 - The size of each dimension of the array value.
The value of this parameter cannot be
null(Nothingin Visual Basic). 
Type Parameters
- TValue
 - The type of the value of the data variable.
 
Return Value
This method never returns null (Nothing in Visual Basic).